home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 01c.hello.scroll.Ch6Ex4 / MyObject.h < prev    next >
Text File  |  1995-06-12  |  214b  |  17 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyObject:Object
  7. {
  8.     id    textOutlet;
  9.     id    scrollText;
  10.     char myString[1000];
  11. }
  12.  
  13. - setTextOutlet:anObject;
  14. - buttonAction:sender;
  15.  
  16. @end
  17.